home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / input / gameport / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  305 b   |  12 lines

  1. #
  2. # Makefile for the gameport drivers.
  3. #
  4.  
  5. # Each configuration option enables a list of files.
  6.  
  7. obj-$(CONFIG_GAMEPORT)        += gameport.o
  8. obj-$(CONFIG_GAMEPORT_EMU10K1)    += emu10k1-gp.o
  9. obj-$(CONFIG_GAMEPORT_FM801)    += fm801-gp.o
  10. obj-$(CONFIG_GAMEPORT_L4)    += lightning.o
  11. obj-$(CONFIG_GAMEPORT_NS558)    += ns558.o
  12.